home *** CD-ROM | disk | FTP | other *** search
/ Interactive Web Graphics with Shout 3D / Interactive Web Graphics With Shout 3D.iso / mac / Shout3Ddemo / Shout3d_runtime / codebase / javax / swing / plaf / basic / resources / basic_ja.properties next >
Text File  |  2000-05-30  |  3KB  |  61 lines

  1. # This properties file is used to create a PropertyResourceBundle
  2. # It contains Locale specific strings used in Swing
  3. # Currently, the following components need this for support:
  4. #
  5. #    ColorChooser
  6. #    FileChooser
  7. #    OptionPane
  8. #
  9. # When this file is read in, the strings are put into the 
  10. # defaults table.  This is an implementation detail of the current
  11. # workings of Swing.  DO NOT DEPEND ON THIS.  
  12. # This may change in future versions of Swing as we improve localization 
  13. # support.
  14. #
  15. # 1.3 09/16/98
  16. # @author Steve Wilson
  17.  
  18. ############ FILE CHOOSER STRINGS #############
  19. FileChooser.fileDescriptionText=\u6c4e\u7528\u30d5\u30a1\u30a4\u30eb
  20. FileChooser.directoryDescriptionText=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea
  21. FileChooser.newFolderErrorText=\u65b0\u898f\u30d5\u30a9\u30eb\u30c0\u306e\u4f5c\u6210\u306b\u5931\u6557
  22. FileChooser.newFolderErrorSeparator= : 
  23. FileChooser.acceptAllFileFilterText=\u3059\u3079\u3066\u306e\u30d5\u30a1\u30a4\u30eb (*.*)
  24. FileChooser.cancelButtonText=\u53d6\u6d88\u3057
  25. FileChooser.saveButtonText=\u4fdd\u5b58
  26. FileChooser.openButtonText=\u958b\u304f
  27. FileChooser.updateButtonText=\u66f4\u65b0
  28. FileChooser.helpButtonText=\u30d8\u30eb\u30d7
  29.  
  30. ## file chooser tooltips ###
  31. FileChooser.cancelButtonToolTipText=\u30d5\u30a1\u30a4\u30eb\u30c1\u30e5\u30fc\u30b6\u30c0\u30a4\u30a2\u30ed\u30b0\u3092\u7d42\u4e86
  32. FileChooser.saveButtonToolTipText=\u9078\u629e\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u3092\u4fdd\u5b58
  33. FileChooser.openButtonToolTipText=\u9078\u629e\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u3092\u958b\u304f
  34. FileChooser.updateButtonToolTipText=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4e00\u89a7\u3092\u66f4\u65b0
  35. FileChooser.helpButtonToolTipText=\u30d5\u30a1\u30a4\u30eb\u30c1\u30e5\u30fc\u30b6\u30d8\u30eb\u30d7
  36.  
  37. ############ COLOR CHOOSER STRINGS #############
  38. ColorChooser.previewText=\u30d7\u30ec\u30d3\u30e5\u30fc
  39. ColorChooser.okText=\u4e86\u89e3
  40. ColorChooser.cancelText=\u53d6\u6d88\u3057
  41. ColorChooser.resetText=\u30ea\u30bb\u30c3\u30c8
  42. ColorChooser.swatchesNameText=\u30b5\u30f3\u30d7\u30eb
  43. ColorChooser.swatchesRecentText=\u6700\u65b0:
  44. ColorChooser.hsbNameText=HSB
  45. ColorChooser.hsbHueText=H
  46. ColorChooser.hsbSaturationText=S
  47. ColorChooser.hsbBrightnessText=B
  48. ColorChooser.hsbRedText=R
  49. ColorChooser.hsbGreenText=G
  50. ColorChooser.hsbBlueText=B
  51. ColorChooser.rgbNameText=RGB
  52. ColorChooser.rgbRedText=\u8d64
  53. ColorChooser.rgbGreenText=\u7dd1
  54. ColorChooser.rgbBlueText=\u9752
  55.  
  56. ############ OPTION PANE STRINGS #############
  57. OptionPane.yesButtonText=\u306f\u3044
  58. OptionPane.noButtonText=\u3044\u3044\u3048
  59. OptionPane.okButtonText=\u4e86\u89e3
  60. OptionPane.cancelButtonText=\u53d6\u6d88\u3057
  61.